home *** CD-ROM | disk | FTP | other *** search
/ Games of Daze / Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso / x2ftp / msdos / biz / ccard11 / config.h < prev    next >
C/C++ Source or Header  |  1995-01-28  |  1KB  |  50 lines

  1. /*
  2.  *    ccard - credit card number validation
  3.  *    1994 Peter Miller
  4.  *    Public Domain
  5.  *
  6.  *    This program is distributed in the hope that it will be useful,
  7.  *    but WITHOUT ANY WARRANTY; without even the implied warranty of
  8.  *    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  9.  */
  10.  
  11. #ifndef CONFIG_H
  12. #define CONFIG_H
  13. /* config.h.in.  Generated automatically from aux/configure.in by autoheader.  */
  14.  
  15. /* Define if on AIX 3.
  16.    System headers sometimes define this.
  17.    We just want to avoid a redefinition error message.  */
  18. #ifndef _ALL_SOURCE
  19. #undef _ALL_SOURCE
  20. #endif
  21.  
  22. /* Define if on MINIX.  */
  23. #undef _MINIX
  24.  
  25. /* Define if the system does not provide POSIX.1 features except
  26.    with this defined.  */
  27. #undef _POSIX_1_SOURCE
  28.  
  29. /* Define if you need to in order for stat and other things to work.  */
  30. #undef _POSIX_SOURCE
  31.  
  32. /*
  33.  * Set this to be the absolute path of a Bourne shell
  34.  * which understands functions.
  35.  */
  36. #define CONF_SHELL "/bin/sh"
  37.  
  38. /* Define if you have the <memory.h> header file.  */
  39. #undef HAVE_MEMORY_H
  40.  
  41. /* Define if you have the <stdlib.h> header file.  */
  42. #undef HAVE_STDLIB_H
  43.  
  44. /* Define if you have the <string.h> header file.  */
  45. #undef HAVE_STRING_H
  46.  
  47. /* Define if you have the intl library (-lintl).  */
  48. #undef HAVE_LIBINTL
  49. #endif /* CONFIG_H */
  50.